From 9bfe163cf152bc98d33d0a040060aeaf8bbfc252 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 19:45:37 -0500 Subject: [PATCH] comboboxtext: Use markdown for css tree --- gtk/gtkcomboboxtext.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c index 694bf3b5b4..4d1ba8243b 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -64,7 +64,7 @@ * translation attributes “translatable”, “context” and “comments”. * * Here is a UI definition fragment specifying `GtkComboBoxText` items: - * |[ + * ```xml * * * Factory @@ -72,17 +72,17 @@ * Subway * * - * ]| + * ``` * * # CSS nodes * - * |[ + * ``` * combobox * ╰── box.linked * ├── entry.combo * ├── button.combo * ╰── window.popup - * ]| + * ``` * * `GtkComboBoxText` has a single CSS node with name combobox. It adds * the style class .combo to the main CSS nodes of its entry and button -- 2.30.2